'Declaration<DispIdAttribute(115)> Function GetKeyValuePairDataType( _ ByVal OCRResultID As String, _ ByVal PairIdx As Integer _ ) As DataType
[DispId(115)] DataType GetKeyValuePairDataType( string OCRResultID, int PairIdx )
function GetKeyValuePairDataType(
OCRResultID: String;
PairIdx: Integer
): DataType;
DispIdAttribute(115) function GetKeyValuePairDataType( OCRResultID : String, PairIdx : int ) : DataType;
[DispId(115)] DataType GetKeyValuePairDataType( string* OCRResultID, int PairIdx )
[DispId(115)] DataType GetKeyValuePairDataType( String^ OCRResultID, int PairIdx )
Parameters
- OCRResultID
- PairIdx
